home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gnome2.postinst < prev    next >
Text File  |  2009-09-21  |  308b  |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. /usr/share/python/runtime.d/python-gnome2.rtupdate \
  6.         rtupdate \
  7.         pouet \
  8.         $(pyversions -d)
  9.  
  10. # Automatically added by dh_pysupport
  11. if which update-python-modules >/dev/null 2>&1; then
  12.     update-python-modules  python-gnome2.public
  13. fi
  14. # End automatically added section
  15.  
  16.  
  17.